'Declaration
<CanBeNullAttribute()> <XmlIgnoreAttribute()> Public Property TypedCallback As OpcLabs.EasyOpc.UA.Generic.EasyUADataChangeNotificationEventHandler(Of TValue)
'Usage
Dim instance As EasyUADataChangeArguments(Of TValue) Dim value As OpcLabs.EasyOpc.UA.Generic.EasyUADataChangeNotificationEventHandler(Of TValue) instance.TypedCallback = value value = instance.TypedCallback
[CanBeNull()] [XmlIgnore()] public OpcLabs.EasyOpc.UA.Generic.EasyUADataChangeNotificationEventHandler<TValue> TypedCallback {get; set;}
[CanBeNull()] [XmlIgnore()] public: property OpcLabs.EasyOpc.UA.Generic.EasyUADataChangeNotificationEventHandler<TValue^>^ TypedCallback { OpcLabs.EasyOpc.UA.Generic.EasyUADataChangeNotificationEventHandler<TValue^>^ get(); void set ( OpcLabs.EasyOpc.UA.Generic.EasyUADataChangeNotificationEventHandler<TValue^>^ value); }
Property Value
If this is a null reference, only the OpcLabs.EasyOpc.UA.IEasyUAClient.DataChangeNotification event is generated, but no callback method is invoked.This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.